home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / ms_dos.622 / scandisk.ini < prev    next >
INI File  |  1994-05-31  |  7KB  |  139 lines

  1. ; SCANDISK.INI
  2. ;
  3. ; This file contains settings you can use to customize the ScanDisk program.
  4.  
  5.  
  6. ; -------------------------------------------------------------------
  7. ; The [ENVIRONMENT] section contains the following settings, which
  8. ; determine general aspects of ScanDisk's behavior:
  9. ;
  10. ; Display      Configures ScanDisk to run with a particular type of
  11. ;              display. The default display type is Auto (ScanDisk
  12. ;              adjusts to the current display).
  13. ;
  14. ; Mouse        Enables or disables mouse support. The default value is On.
  15. ;
  16. ; ScanTimeOut  Determines whether ScanDisk should detect disk timeouts
  17. ;              while performing a surface scan. The default value is Off.
  18. ;
  19. ; NumPasses    Determines how many times ScanDisk should check each
  20. ;              cluster during a surface scan. The default value is 1.
  21. ;
  22. ; LabelCheck   Determines whether ScanDisk should check volume labels
  23. ;              for invalid characters. The default is Off.
  24. ;
  25. ; LfnCheck     Enables support for long filenames. The default value is On.
  26. ;              If LfnCheck is On, ScanDisk leaves any long filenames
  27. ;              unchanged. If LfnCheck is Off, ScanDisk validates
  28. ;              all filenames, including long filenames, to ensure that 
  29. ;              they conform to the "8.3" file-naming convention used by 
  30. ;              MS-DOS versions 6.22 and earlier. 
  31. ;
  32.  
  33. [ENVIRONMENT]
  34.    Display     = Auto   ; Auto, Mono, Color, Off
  35.    Mouse       = On     ; On, Off
  36.    ScanTimeOut = Off    ; On, Off
  37.    NumPasses   = 1      ; 1 through 65,535 (anything over 10 is slow)
  38.    LabelCheck  = Off    ; On, Off
  39.    LfnCheck    = On     ; On, Off
  40.  
  41. ; -------------------------------------------------------------------
  42. ; The [CUSTOM] section determines ScanDisk's behavior when ScanDisk is
  43. ; started with the /CUSTOM switch. You can adjust these settings to
  44. ; create a customized "version" of ScanDisk. This can be especially
  45. ; useful for running ScanDisk from a batch file. The [CUSTOM] settings are:
  46. ;
  47. ; DriveSummary  Determines whether ScanDisk displays full-screen
  48. ;               summary information after checking each drive.
  49. ;               The default is Auto (ScanDisk displays the summary
  50. ;               only if it encounters errors on that drive).
  51. ;
  52. ; AllSummary    Determines whether ScanDisk displays full-screen
  53. ;               summary information after checking all drives.
  54. ;               The default is Auto (ScanDisk displays the summary
  55. ;               only if it encounters errors on any drive).
  56. ;
  57. ; Surface       Determines whether ScanDisk will perform a surface scan:
  58. ;                  Never    (Default) Does not perform a surface scan.
  59. ;                  Always   Performs a surface scan without prompting first.
  60. ;                  Prompt   Prompts before performing a surface scan.
  61. ;               The /SURFACE command-line switch overrides this setting.
  62. ;
  63. ; CheckHost     Determines whether ScanDisk will first check a host drive
  64. ;               before checking any compressed drives located on that drive.
  65. ;                  Never    (Default) Does not check the host drive.
  66. ;                  Always   Checks the host drive without prompting first.
  67. ;                  Prompt   Prompts before checking the host drive.
  68. ;
  69. ; SaveLog       Determines what ScanDisk does with the repair log file:
  70. ;                  Off        (Default) Does not save the repair log.
  71. ;                  Append     Appends the log to the previous log, if any.
  72. ;                  Overwrite  Replaces the previous log with the new log.
  73. ;
  74. ; Undo          Determines whether ScanDisk creates an Undo floppy disk.
  75. ;               The default is Never (ScanDisk does not create an Undo disk).
  76. ;               The Prompt value causes ScanDisk to prompt you for a disk.
  77.  
  78. [CUSTOM]
  79.    DriveSummary  = Auto         ; Auto, On, Off
  80.    AllSummary    = Auto         ; Auto, On, Off
  81.    Surface       = Never        ; Never, Always, Prompt
  82.    CheckHost     = Never        ; Never, Always, Prompt
  83.    SaveLog       = Off          ; Off, Append, Overwrite
  84.    Undo          = Prompt       ; Prompt, Never
  85.  
  86. ; The following settings determine the corrective action ScanDisk will
  87. ; take if it was started with the /CUSTOM switch and finds a disk error.
  88.  
  89. ; The next five settings accept any of the following values:
  90. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  91. ;    Fix        Causes ScanDisk to fix the problem without prompting you.
  92. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  93.  
  94.    DS_Header     = Prompt       ; Damaged compressed volume file header
  95.    FAT_Media     = Prompt       ; Missing or invalid FAT media byte
  96.    Okay_Entries  = Prompt       ; Damaged, but repairable, directories/files
  97.    Bad_Chain     = Prompt       ; Files or directories which should be truncated
  98.    Crosslinks    = Prompt       ; FAT-level crosslinks
  99.  
  100.  
  101. ; The next seven settings accept any of the following values:
  102. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  103. ;    Fix        Causes ScanDisk to fix the problem without prompting you.
  104. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  105. ;    Skip       Causes ScanDisk to skip fixing this problem, but continue
  106. ;               checking the disk.
  107.  
  108.    Boot_Sector   = Prompt       ; Damaged boot sector on compressed drive
  109.    Invalid_MDFAT = Prompt       ; Invalid MDFAT entries
  110.    DS_Crosslinks = Prompt       ; Internal (MDFAT-level) crosslinks
  111.    DS_LostClust  = Prompt       ; Internal lost clusters
  112.    DS_Signatures = Prompt       ; Missing compressed volume file signatures
  113.    Mismatch_FAT  = Prompt       ; Mismatched FATs on non-compressed drives
  114.    Bad_Clusters  = Prompt       ; Physical damage or decompression errors
  115.  
  116.  
  117. ; The next setting accepts any of the following values:
  118. ;
  119. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  120. ;    Delete     Causes ScanDisk to delete the damaged directory entries
  121. ;               without prompting you first.
  122. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  123.  
  124.    Bad_Entries   = Prompt       ; Damaged and irrepairable directories or files
  125.  
  126.  
  127. ; The next setting accepts any of the following values:
  128. ;
  129. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  130. ;    Save       Causes ScanDisk to save the lost clusters as files in the
  131. ;               root directory without prompting you first.
  132. ;    Delete     Causes ScanDisk to delete the contents of the lost clusters
  133. ;               without prompting you first.
  134. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  135. ;    Skip       Causes ScanDisk to skip fixing this problem, but continue
  136. ;               checking the disk.
  137.  
  138.    LostClust     = Prompt       ; Lost clusters
  139.